Adwaita: add transition to non flat popover buttons.
authorLapo Calamandrei <calamandrei@gmail.com>
Thu, 3 Jul 2014 07:31:51 +0000 (09:31 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Thu, 3 Jul 2014 07:31:51 +0000 (09:31 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 7be7a672e8842d7009e65dfa787f1559aa3da996..97d8a8a911d2114043b12cd60e5eb26d92e746bc 100644 (file)
@@ -844,8 +844,8 @@ column-header {
     icon-shadow: none;
     border: 0;
   }
-  .button,
-  .button:hover {
+  .button.flat,
+  .button.flat:hover {
     text-shadow: none;
     transition: none;
   }
index 503441a4b19b0c976b4571ec6419c88941f19f1c..554f059d8277cfb03ab06dff3292bb4b337b6e13 100644 (file)
@@ -1046,8 +1046,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     background-color: transparent;
     icon-shadow: none;
     border: 0; }
-  .popover .button,
-  .popover .button:hover {
+  .popover .button.flat,
+  .popover .button.flat:hover {
     text-shadow: none;
     transition: none; }
   .popover.osd {
index 16a9217a82879737283f72ec36436c4ce53f3c21..9e65cccab8cf6b7c9d9697294df05bbfa8bcf397 100644 (file)
@@ -1046,8 +1046,8 @@ column-header .button, column-header .button:hover, column-header .button:active
     background-color: transparent;
     icon-shadow: none;
     border: 0; }
-  .popover .button,
-  .popover .button:hover {
+  .popover .button.flat,
+  .popover .button.flat:hover {
     text-shadow: none;
     transition: none; }
   .popover.osd {